home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / examples / xor.net < prev    next >
Text File  |  1994-04-25  |  2KB  |  60 lines

  1. SNNS network definition file V1.4-3D
  2. generated at Mon Apr 25 15:58:28 1994
  3.  
  4. network name : xor
  5. source files :
  6. no. of units : 4
  7. no. of connections : 5
  8. no. of unit types : 2
  9. no. of site types : 2
  10.  
  11.  
  12. learning function : Quickprop
  13. update function   : Topological_Order
  14.  
  15.  
  16. site definition section :
  17.  
  18.  site name | site function
  19. -----------|------------------
  20.  excite    | Site_WeightedSum
  21.  inhibit   | Site_Pi
  22. -----------|------------------
  23.  
  24.  
  25. type definition section :
  26.  
  27. name          | act func     | out func     |sites
  28. --------------|--------------|--------------|---------
  29. LongeroutType | Act_Logistic | Out_Identity |
  30. outType       | Act_Logistic | Out_Identity |
  31. --------------|--------------|--------------|---------
  32.  
  33.  
  34. unit default section :
  35.  
  36. act      | bias     | st | subnet | layer | act func     | out func
  37. ---------|----------|----|--------|-------|--------------|-------------
  38.  0.00000 |  0.00000 | h  |      0 |     1 | Act_Logistic | Out_Identity 
  39. ---------|----------|----|--------|-------|--------------|-------------
  40.  
  41.  
  42. unit definition section :
  43.  
  44. no. | typeName      | unitName | act      | bias     | st | position | act func | out func | sites
  45. ----|---------------|----------|----------|----------|----|----------|----------|----------|---------
  46.   1 |               | in_1     |  1.00000 |  0.00000 | i  | 3,5,0    |||
  47.   2 |               | in_2     |  1.00000 |  0.00000 | i  | 9,5,0    |||
  48.   3 |               | hidden   |  0.04728 | -3.08885 | h  | 6,3,0    |||
  49.   4 |               | result   |  0.10377 | -2.54932 | o  | 6,0,0    |||
  50. ----|---------------|----------|----------|----------|----|----------|----------|----------|---------
  51.  
  52.  
  53. connection definition section :
  54.  
  55. target | site    | source:weight
  56. -------|---------|------------------------------------------------------------------------------------------------------------
  57.      3 |         | 2:-4.83963, 1: 4.92521
  58.      4 |         | 3:11.11523, 2: 4.53903, 1:-4.67122
  59. -------|---------|------------------------------------------------------------------------------------------------------------
  60.